In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdViewer.BeforeAnnotationDeletedByUserEventHandler Delegate

GdViewer.BeforeAnnotationDeletedByUserEventHandler Delegate

In This Topic
Syntax
'Declaration

 

<GuidAttribute("1B3D0829-BDF3-42CC-8529-116A1F749169")>

Public Delegate Sub GdViewer.BeforeAnnotationDeletedByUserEventHandler( _

   ByVal AnnotationIdx As Integer, _

   ByRef cancel As Boolean _

) 
[Guid("1B3D0829-BDF3-42CC-8529-116A1F749169")]

public delegate void GdViewer.BeforeAnnotationDeletedByUserEventHandler( 

   int AnnotationIdx,

   ref bool cancel

)
public delegate GdViewer.BeforeAnnotationDeletedByUserEventHandler( 

    AnnotationIdx: Integer;

   var  cancel: Boolean

);
GuidAttribute("1B3D0829-BDF3-42CC-8529-116A1F749169")

public delegate GdViewer.BeforeAnnotationDeletedByUserEventHandler( 

   AnnotationIdx : int,

   cancel : boolean

)
[Guid("1B3D0829-BDF3-42CC-8529-116A1F749169")]

public: __gc __delegate void GdViewer.BeforeAnnotationDeletedByUserEventHandler( 

   int AnnotationIdx,

   ref bool cancel

)
[Guid("1B3D0829-BDF3-42CC-8529-116A1F749169")]

public delegate void GdViewer.BeforeAnnotationDeletedByUserEventHandler( 

   int AnnotationIdx,

   bool% cancel

)

Parameters

AnnotationIdx
cancel
See Also

Reference

GdViewer.BeforeAnnotationDeletedByUserEventHandler Members
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace